Skip to content

Programming Basics

Alt text

Programming concepts

  • Implement and write pseudocode from a given design presented as either a program flowchart or structured English
  • Write pseudocode statements for:
    • the declaration of variables and constants
    • the assignment of values to variables and constants
    • expressions involving any of the arithmetic or logical operators
    • input from the keyboard and output to the console
  • Use built-in functions and library routines
    • Any functions not given in the pseudocode guide will be provided
    • String manipulation functions will always be given